AiLoLo

 

The 'AiLoLo' function returns the LoLo setting value of AI tag.

 

double @AiLoLo(string tag);

 

Parameters

string tag : name of AI tag

 

Return Value

LoLo setting value of AI tag

 

Example

value = @AiLoLo("ai04");

Description : The LoLo setting value of AI tag named 'ai04' is stored in the variable named 'value'.

 

Ex1) Assume that the setting value of AI tag is set as follows : HiHi->100, High -> 90, Low -> 30, LoLo -> 20

         In this case, if ' value = @AiLoLO("ai04"); ' is executed, '20' is stored in the variable named 'value'

 

Ex2) If you want to change the LoLo setting value of AI tag named 'ai04', use 'Tag Member'.

          ' $ai03.LoLo = 10; ' changes the LoLo setting value of AI tag named 'ai04' into '10'

 

Relate items)

Tag Member